x86/smpboot: Use printk_once() rather than opencoding it
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 6 Jan 2020 13:22:11 +0000 (13:22 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 6 Jan 2020 17:22:04 +0000 (17:22 +0000)
commitcb396d8256ddb416a9a5583fa19560a3e05d5cc6
treeccd982673c928693f7629d65d4aa56aaa64ff44b
parent7b3c5b70a32303b46d0d051e695f18d72cce5ed0
x86/smpboot: Use printk_once() rather than opencoding it

Shrink the text to be less verbose.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/smpboot.c